body{
background: greenyellow;
font-size: 20px;
}
.container{
	background: maroon;
	margin: 30px auto;
	width: 900px;
	height: 1000px;
}
.header{
	height: 350px;
	width: 900px;
	background: white;
}
.navig{
	background: crimson;
	width: 900px;
	height: 50px;
	margin: 10px 02;
}
.containe{
	background:#AFEEEE;
	float: right;
	width: 900px;
	height: 570px;
}
.clear{
	clear: both;

}
.footer{
	background: silver;
	height: 60px;
	width: 900px;
	text-align: center;
	font-size: 20px;
}
a{
	color: white;
	text-decoration: none;
}
td{
    height: 50px;
    width: 300px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}
.containe1{
	background:#AFEEEE;
	float: right;
	width: 900px;
	height: 5350px
}
.containe2{
	background:#AFEEEE;
	float: right;
	width: 900px;
	height: 860px
}